Skip to main content

Changelog 4.2

· 3 min read

In this release we introduce the capability to book social ads (e.g. facebook ads) via our system.

To book them you need as usual a corresponding licence id.

Each reach enhancement subscription of the type socialAd can have multiple segments of certain target types. Each segment is connected to different targeting options and can have mutliple ads.

The follow api methods are covering all necessary steps to book such a campaign.

Remark: For now we are restricted to the target type: Drive Traffic To The Website

GET segment list:
get the segments for a booked reach enhancement

GET available segment target types:
get all available possible target types you can use for the social ad segments

POST socialAd segment:
create a new socialAd segment

GET a single socialAd segment:
get an already created socialAd segment

DELETE a single socialAd segment:
delete a single segment

PAUSE a single socialAd segment:
use this if you want to pause or reactivate single segments of your campaign

GET demographic targeting for a segment:
gets the currently configured demographic targeting for a segment (age, gender)

PUT demographic targeting for a segment:
updates the demographic targeting for a segment (age, gender)

GET location targeting for a segment:
gets the currently configured location targeting for a segment (radius, included/excluded locations)

PUT location targeting for a segment:
updates the location targeting for a segment (radius, included/excluded locations)

GET available verticals for interest groups:
gets the available verticals for interest groups

GET available interest groups:
gets the available interest groups to use in the targeting configuration of a segment

GET interest targeting for a segment:
gets the currently configured interest targeting for a segment

PUT interest targeting for a segment:
updates the interest targeting for a segment

GET available options for advanced location targeting:
gets the possible values you can use for the advanced location targeting

GET advanced location targeting for a segment:
gets the currently configured advanced location targeting for a segment (coupling between the audience and the targeted locations)

PUT advanced location targeting for a segment:
updates the advanced location targeting for a segment (coupling between the audience and the targeted locations)

GET list of ads for a segment:
with this call you can get all configured ads for a segment

POST ad for a segment:
create a new ad for s segment

GET a single ad:
get a single ad

PUT a single ad:
update a single ad

DELETE a single ad
get a single ad